home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Color Picker SDK / Sample Code / ScrapPicker Sample / Sources ƒ / prefix.h < prev    next >
Encoding:
Text File  |  1997-06-13  |  897 b   |  38 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        prefix.h
  3.  
  4.     Contains:    
  5.     Version:    ColorSync 2 or later
  6.     Copyright:    © 1996 by Apple Computer, Inc., all rights reserved.
  7.  
  8.     File Ownership:
  9.         DRI:                john calhoun
  10.         Other Contact:        David Hayward
  11.         Technology:            Quikcdraw
  12.  
  13.     Writers:
  14.  
  15.         (DH)    David Hayward
  16.  
  17.     Change History (most recent first):
  18.  
  19.          <2>     9/24/96    DH        Added debug defines.
  20.          <1>     8/15/96    DH        First checked in.
  21. */
  22.  
  23.  
  24.  
  25. //===================================================================== Defines
  26. // Turn these on or off in order to select how strict you are willing 
  27. // to compile.  With the opaque data structures model, a lot of work is 
  28. // needed to fully bring the code up to date (thus it is turned off for now).
  29.  
  30.  
  31. #define BUILDING_FOR_SYSTEM7                1
  32. #define FOR_OPAQUE_SYSTEM_DATA_STRUCTURES    0
  33. #define __MATH64__
  34. #define DEBUG                                1
  35. #define DEBUGLEVEL                            4
  36. #define DEBUG_INTERNAL                        1
  37. #define USE_CUBIST_ICONS                    0
  38.